getWasmArray

The first index of a wasm array (which is a ptr) is a size_t value containing length

version(WebAssembly)
ubyte[]
getWasmArray
(
ubyte* ptr
)

Parameters

ptr ubyte*

The ptr returnt from wasm

Return Value

Type: ubyte[]

Converted to an array

Meta